home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Radio Press Kit
/
Radio Press Kit.iso
/
pc
/
main.dxr
/
Internal_65_LaunchQTInstaller.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-10-02
|
223 b
|
12 lines
global gMaster
on mouseUp me
if the platform contains "Mac" then
open(the moviePath & gMaster.pGeneralSettings.qtmac)
quit()
else
open(the moviePath & gMaster.pGeneralSettings.qtpc)
quit()
end if
end